home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / BlueCustom.swf / scripts / frame_630 / PlaceObject2_285_85 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2008-09-26  |  331 b   |  8 lines

  1. onClipEvent(load){
  2.    sfield = 200;
  3.    this._x = Math.round(Math.random() * (750 + sfield - (-50 - sfield)) + (-50 - sfield));
  4.    this._y = _root.depth._y + Math.round(Math.random() * (550 + sfield - 0) + 0);
  5.    this.gotoAndStop(Math.round(Math.random() * 9) + 1);
  6.    this.gotoAndStop(Math.round(Math.random() * 10 + 1));
  7. }
  8.